firmware-utils: add new tool tplink-safeloader for the new TP-LINK Pharos devices...
authorJohn Crispin <[email protected]>
Wed, 26 Nov 2014 08:59:22 +0000 (08:59 +0000)
committerJohn Crispin <[email protected]>
Wed, 26 Nov 2014 08:59:22 +0000 (08:59 +0000)
commit37533b3674c64b9026c39ded0a436762c5064538
treef638fd2de116f583ec20bf10202f341cbefebcd2
parent93343f06c446efc782700e358e4e5410c6332fe9
firmware-utils: add new tool tplink-safeloader for the new TP-LINK Pharos devices (CPE210/220/510/520)

The new TP-LINK Pharos series uses a new bootloader, the "TP-LINK Safeloader".
It uses an advanced firmware image format, containing an image partition table
and a flash partition table (and image partitions are mapped to the
corresponding flash partitions). The exact image format is documented in the
source code.

Furthermore, the bootloader expects the kernel image as an ELF executable.

Signed-off-by: Matthias Schiffer <[email protected]>
SVN-Revision: 43384
Makefile
src/tplink-safeloader.c [new file with mode: 0644]